func os.rootOpenDir
4 uses
os (current package)
removeall_at.go#L176: fd, err := rootOpenDir(dirfd, name)
root_openat.go#L126: fd, err := rootOpenDir(parent, name)
root_openat.go#L276: openDirFunc = rootOpenDir
root_unix.go#L111: func rootOpenDir(parent int, name string) (int, error) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |